home *** CD-ROM | disk | FTP | other *** search
- /* indent:4 tabsize:8 font:fixed-width */
-
-
- /*--------------------------------------------------------------------------
- | --------------------------------------------------------------------------
- |
- | TenpileSuitDelegate :Object
- |
- | << Description >>
- |
- | --------------------------------------------------------------------------
- \---------------------------------------------------------------------------*/
-
- #import <appkit/appkit.h>
-
- @interface TenpileSuitDelegate:Object
- {
- BOOL doubleClickCheck;
- }
-
- /*----------------------------------------------------------------------------
- |
- | CardPileView delegation methods
- |
- \---------------------------------------------------------------------------*/
-
- - setDoubleClickCheck;
- - (BOOL)canAcceptPile:aCardPile from:sender in:aCardPileView;
- - acceptPile:aCardPile in:aCardPileView;
-
- @end
-